home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
861.swf
/
scripts
/
DefineButton2_105
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-01-17
|
253b
|
19 lines
on(release){
tellTarget("/go")
{
gotoAndStop(1);
}
tellTarget("/kamala")
{
gotoAndPlay(1);
}
tellTarget("/")
{
gotoAndPlay(1);
}
tellTarget("/messages")
{
gotoAndStop(1);
}
}